[INFO] fetching crate wurl 0.1.0...
[INFO] fixing wurl-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate wurl 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate wurl 0.1.0
[INFO] finished tweaking crates.io crate wurl 0.1.0
[INFO] tweaked toml for crates.io crate wurl 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wurl 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 95 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.6.1)
[INFO] [stderr]       Adding rprompt v1.0.5 (available: v2.2.0)
[INFO] [stderr]       Adding stderrlog v0.3.0 (available: v0.6.0)
[INFO] [stderr]       Adding url v1.7.2 (available: v2.5.8)
[INFO] [stderr]       Adding ws v0.7.9 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/app.rs
[INFO] [stderr] * src/bin/messages.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `wurl` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3
[INFO] running `Command { std: "docker" "start" "9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/app.rs
[INFO] [stderr] * src/bin/messages.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `wurl` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling termcolor v0.3.6
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling rprompt v1.0.5
[INFO] [stderr]    Compiling stderrlog v0.3.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]     Checking ws v0.7.9
[INFO] [stderr]    Compiling wurl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/network/ws.rs (2 fixes)
[INFO] [stderr]        Fixed src/network/handler.rs (2 fixes)
[INFO] [stderr]    Migrating src/bin/wurl.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/bin/wurl.rs (2 fixes)
[INFO] [stderr]        Fixed src/bin/messages.rs (1 fix)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.38s
[INFO] [stderr] crater-edition-check: wurl v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]    Compiling wurl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `ssl`
[INFO] [stdout]   --> src/bin/app.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |     if cfg!(feature = "ssl") {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `clap`, `cli`, `default`, `rprompt`, and `stderrlog`
[INFO] [stdout]    = help: consider adding `ssl` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `reason` is never read
[INFO] [stdout]  --> src/util/options.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct OptionParseError {
[INFO] [stdout]   |            ---------------- field in this struct
[INFO] [stdout] 8 |     /// The human-readable error message
[INFO] [stdout] 9 |     reason: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `OptionParseError` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_name` in this scope
[INFO] [stdout]  --> src/bin/app.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 |     App::new(crate_name!())
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `crate_name` is in scope, but it is an attribute: `#[crate_name]`
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_name;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_version` in this scope
[INFO] [stdout]  --> src/bin/app.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |         .version(crate_version!())
[INFO] [stdout]   |                  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_version;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_authors` in this scope
[INFO] [stdout]  --> src/bin/app.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |         .author(crate_authors!())
[INFO] [stdout]   |                 ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_authors;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_description` in this scope
[INFO] [stdout]  --> src/bin/app.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |         .about(crate_description!())
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_description;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_version` in this scope
[INFO] [stdout]   --> src/bin/app.rs:81:25
[INFO] [stdout]    |
[INFO] [stdout] 81 |     format!("{}{}\n{}", crate_version!(), hash, features.join(" "))
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use clap::crate_version;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ssl`
[INFO] [stdout]   --> src/bin/app.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |     if cfg!(feature = "ssl") {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `clap`, `cli`, `default`, `rprompt`, and `stderrlog`
[INFO] [stdout]    = help: consider adding `ssl` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `app`
[INFO] [stdout]   --> src/bin/app.rs:82:2
[INFO] [stdout]    |
[INFO] [stdout] 82 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `src/bin/app.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ssl`
[INFO] [stdout]   --> src/bin/app.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |     if cfg!(feature = "ssl") {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `clap`, `cli`, `default`, `rprompt`, and `stderrlog`
[INFO] [stdout]    = help: consider adding `ssl` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_name` in this scope
[INFO] [stdout]  --> src/bin/app.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 |     App::new(crate_name!())
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `crate_name` is in scope, but it is an attribute: `#[crate_name]`
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_name;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_version` in this scope
[INFO] [stdout]  --> src/bin/app.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |         .version(crate_version!())
[INFO] [stdout]   |                  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_version;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_authors` in this scope
[INFO] [stdout]  --> src/bin/app.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |         .author(crate_authors!())
[INFO] [stdout]   |                 ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_authors;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `crate_description` in this scope
[INFO] [stdout]  --> src/bin/app.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |         .about(crate_description!())
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use clap::crate_description;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wurl` (bin "app") due to 6 previous errors; 1 warning emitted
[INFO] [stdout] error: cannot find macro `crate_version` in this scope
[INFO] [stdout]   --> src/bin/app.rs:81:25
[INFO] [stdout]    |
[INFO] [stdout] 81 |     format!("{}{}\n{}", crate_version!(), hash, features.join(" "))
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use clap::crate_version;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unexpected `cfg` condition value: `ssl`
[INFO] [stdout]   --> src/bin/app.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |     if cfg!(feature = "ssl") {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `clap`, `cli`, `default`, `rprompt`, and `stderrlog`
[INFO] [stdout]    = help: consider adding `ssl` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wurl` (bin "app" test) due to 5 previous errors; 1 warning emitted
[INFO] [stdout] warning: unexpected `cfg` condition value: `ssl`
[INFO] [stdout]   --> src/bin/app.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |     if cfg!(feature = "ssl") {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `clap`, `cli`, `default`, `rprompt`, and `stderrlog`
[INFO] [stdout]    = help: consider adding `ssl` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/bin/wurl.rs:71:52
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     eprintln!("Error: {:?}", error.description());
[INFO] [stdout]    |                                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `messages`
[INFO] [stdout]    --> src/bin/messages.rs:254:2
[INFO] [stdout]     |
[INFO] [stdout] 254 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/messages.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `reason` is never read
[INFO] [stdout]  --> src/util/options.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct OptionParseError {
[INFO] [stdout]   |            ---------------- field in this struct
[INFO] [stdout] 8 |     /// The human-readable error message
[INFO] [stdout] 9 |     reason: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `OptionParseError` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::messages`
[INFO] [stdout]    --> src/bin/messages.rs:119:16
[INFO] [stdout]     |
[INFO] [stdout] 119 |     use crate::messages::{parse_message, Kind, Message};
[INFO] [stdout]     |                ^^^^^^^^ could not find `messages` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wurl` (bin "messages") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wurl` (bin "messages" test) due to 1 previous error
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/bin/wurl.rs:71:52
[INFO] [stdout]    |
[INFO] [stdout] 71 |                     eprintln!("Error: {:?}", error.description());
[INFO] [stdout]    |                                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3", kill_on_drop: false }`
[INFO] [stdout] 9630392a3f2edf431511ec6317d4d1cd365293956571f3f910c718c699a029f3
